Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / authentication / unregistered-required-actions

Path parameters:
realm - realm name (not id!)

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/authentication/unregistered-required-actions 

Method Detail

GET /admin/realms/{realm}/authentication/unregistered-required-actions

HTTP Example:
GET /admin/realms/{realm}/authentication/unregistered-required-actions
API Example:

AuthenticationManagementResource.getUnregisteredRequiredActions({'realm': /* name realm name (not id!) */});

Output:
List<Map<String,String>>
Produces:
application/json

Keycloak REST Services 1.5.0-Final